home *** CD-ROM | disk | FTP | other *** search
/ EIDOS Interactive Digital Press Kit ECTS 1997 / EIDOS Digital Press Kit - ECTS 1997 - Disc 1.iso / pc / mmenu.dir / Internal_29.ls < prev    next >
Encoding:
Text File  |  1997-08-29  |  397 b   |  24 lines

  1. on exitFrame
  2.   global lan
  3.   set the visible of sprite 4 to 1
  4.   set the visible of sprite 5 to 0
  5.   set the visible of sprite 39 to 0
  6.   set the visible of sprite 40 to 0
  7.   set the visible of sprite 46 to 1
  8.   if lan = "e" then
  9.     go("ed")
  10.   else
  11.     nothing()
  12.   end if
  13.   if lan = "f" then
  14.     go("fd")
  15.   else
  16.     nothing()
  17.   end if
  18.   if lan = "g" then
  19.     go("gd")
  20.   else
  21.     nothing()
  22.   end if
  23. end
  24.